﻿2026-06-22T01:06:45.0649672Z ##[group]Run actions/checkout@v5
2026-06-22T01:06:45.0650220Z with:
2026-06-22T01:06:45.0650535Z   repository: SaberMage/spt-core
2026-06-22T01:06:45.0653459Z   token: ***
2026-06-22T01:06:45.0653814Z   ssh-strict: true
2026-06-22T01:06:45.0654116Z   ssh-user: git
2026-06-22T01:06:45.0654424Z   persist-credentials: true
2026-06-22T01:06:45.0654757Z   clean: true
2026-06-22T01:06:45.0655090Z   sparse-checkout-cone-mode: true
2026-06-22T01:06:45.0655493Z   fetch-depth: 1
2026-06-22T01:06:45.0655857Z   fetch-tags: false
2026-06-22T01:06:45.0656210Z   show-progress: true
2026-06-22T01:06:45.0656508Z   lfs: false
2026-06-22T01:06:45.0656779Z   submodules: false
2026-06-22T01:06:45.0657103Z   set-safe-directory: true
2026-06-22T01:06:45.0657421Z env:
2026-06-22T01:06:45.0657729Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-22T01:06:45.0658171Z ##[endgroup]
2026-06-22T01:06:45.2681880Z Syncing repository: SaberMage/spt-core
2026-06-22T01:06:45.2683191Z ##[group]Getting Git version info
2026-06-22T01:06:45.2683800Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-22T01:06:45.2949359Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-22T01:06:45.3161395Z git version 2.43.0.windows.1
2026-06-22T01:06:45.3187355Z ##[endgroup]
2026-06-22T01:06:45.3195636Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\23a315df-4f26-4330-bdd4-93cf6dec064b\.gitconfig'
2026-06-22T01:06:45.3209884Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\23a315df-4f26-4330-bdd4-93cf6dec064b' before making global git config changes
2026-06-22T01:06:45.3210880Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T01:06:45.3214854Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-22T01:06:45.3444917Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-22T01:06:45.3645324Z https://github.com/SaberMage/spt-core
2026-06-22T01:06:45.3678454Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T01:06:45.3683115Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T01:06:45.3883899Z HEAD
2026-06-22T01:06:45.4138417Z ##[endgroup]
2026-06-22T01:06:45.4142098Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-22T01:06:45.8069683Z ##[group]Cleaning the repository
2026-06-22T01:06:45.8073458Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-22T01:06:50.2022354Z Removing target/
2026-06-22T01:06:50.2057375Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-22T01:06:50.2818123Z HEAD is now at 2d91d4d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:06:50.2845873Z ##[endgroup]
2026-06-22T01:06:50.2849903Z ##[group]Disabling automatic garbage collection
2026-06-22T01:06:50.2855915Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-22T01:06:50.3098431Z ##[endgroup]
2026-06-22T01:06:50.3098871Z ##[group]Setting up auth
2026-06-22T01:06:50.3105572Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-22T01:06:50.3337990Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-22T01:06:50.7089863Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T01:06:50.7335023Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-22T01:06:51.1157464Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T01:06:51.1432861Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-22T01:06:51.5312994Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-22T01:06:51.5611361Z ##[endgroup]
2026-06-22T01:06:51.5611864Z ##[group]Fetching the repository
2026-06-22T01:06:51.5618006Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0d90debd9c55d60180d11f668b3d5c33b11fee49:refs/remotes/pull/27/merge
2026-06-22T01:06:52.3709346Z From https://github.com/SaberMage/spt-core
2026-06-22T01:06:52.3709908Z  + 2d91d4d...0d90deb 0d90debd9c55d60180d11f668b3d5c33b11fee49 -> pull/27/merge  (forced update)
2026-06-22T01:06:52.3824989Z ##[endgroup]
2026-06-22T01:06:52.3825392Z ##[group]Determining the checkout info
2026-06-22T01:06:52.3825790Z ##[endgroup]
2026-06-22T01:06:52.3830662Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-22T01:06:52.4114551Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-22T01:06:52.4341026Z ##[group]Checking out the ref
2026-06-22T01:06:52.4345639Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-22T01:06:52.4885428Z Warning: you are leaving 1 commit behind, not connected to
2026-06-22T01:06:52.4886495Z any of your branches:
2026-06-22T01:06:52.4886666Z 
2026-06-22T01:06:52.4886944Z   2d91d4d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:06:52.4887397Z 
2026-06-22T01:06:52.4887619Z If you want to keep it by creating a new branch, this may be a good time
2026-06-22T01:06:52.4888076Z to do so with:
2026-06-22T01:06:52.4888256Z 
2026-06-22T01:06:52.4888423Z  git branch <new-branch-name> 2d91d4d
2026-06-22T01:06:52.4888699Z 
2026-06-22T01:06:52.4889092Z HEAD is now at 0d90deb Merge 1e2e2f78f49042ded9889d8482b7a52186bff1c5 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:06:52.4911980Z ##[endgroup]
2026-06-22T01:06:52.5158664Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-22T01:06:52.5379714Z 0d90debd9c55d60180d11f668b3d5c33b11fee49
